home *** CD-ROM | disk | FTP | other *** search
/ Skunkware 98 / Skunkware 98.iso / src / net / bind-contrib.tar.gz / bind-contrib.tar / contrib / misc / settransfer_mende.shar / options.h-DIFF < prev    next >
Encoding:
Text File  |  1996-10-25  |  1.8 KB  |  39 lines

  1. *** options.h.orig    Thu Jun 29 02:25:56 1995
  2. --- options.h    Mon Aug 28 11:06:55 1995
  3. ***************
  4. *** 103,109 ****
  5.   #define    LOGFAC LOG_DAEMON /* what syslog facility should named use? */
  6.   #endif
  7.   #define SECURE_ZONES    /* if you want to inhibit world access to zones (gns)*/
  8. ! #define ROUND_ROBIN    /* rotate databuf list after each access (mtr) */
  9.   #define ADDAUTH     /* return NS and glue w/ authorative answers (mpa) */
  10.   #define RFC1535        /* use RFC 1535 default for "search" list (vix) */
  11.   #define GEN_AXFR    /* distinct zones within each class */
  12. --- 103,110 ----
  13.   #define    LOGFAC LOG_DAEMON /* what syslog facility should named use? */
  14.   #endif
  15.   #define SECURE_ZONES    /* if you want to inhibit world access to zones (gns)*/
  16. ! /* #define ROUND_ROBIN    /* rotate databuf list after each access (mtr) */
  17. ! #define SETTRANSFER   /* permit alternative zone transfer mechanisms (tpb) */
  18.   #define ADDAUTH     /* return NS and glue w/ authorative answers (mpa) */
  19.   #define RFC1535        /* use RFC 1535 default for "search" list (vix) */
  20.   #define GEN_AXFR    /* distinct zones within each class */
  21. ***************
  22. *** 120,128 ****
  23. --- 121,135 ----
  24.   /*#define BIND_NOTIFY    /* experimental - do not enable in customer products */
  25.   /*#define LOC_RR    /* support for (draft) LOC record parsing (ckd) */
  26.   
  27.   /*--------------------------------------------*
  28.    * no user-servicable parts beyond this point *
  29.    *--------------------------------------------*/
  30. + /* This will cause an error if mutually exclusive options have been chosen*/
  31. + #if defined(SETTRANSFER) && defined(ROUND_ROBIN)
  32. + Warning options "ROUND_ROBIN" and "SETTRANSFER" and mutually exclusive;
  33. + #endif 
  34.   
  35.   /* if DSTORAGE is defined, we need to disable DMALLOC and remap
  36.    * malloc and free to storage.o's exported names.  storage.o also
  37.